Uses of Class
org.dogtagpki.server.authentication.AuthToken
Packages that use AuthToken
Package
Description
-
Uses of AuthToken in com.netscape.certsrv.authentication
Subclasses of AuthToken in com.netscape.certsrv.authenticationModifier and TypeClassDescriptionclass
Authentication token that wraps an externally authenticated principal to return.Methods in com.netscape.certsrv.authentication with parameters of type AuthTokenModifier and TypeMethodDescriptionchar[]
ISharedToken.getSharedToken
(String identification, AuthToken authToken) -
Uses of AuthToken in com.netscape.certsrv.evaluators
Methods in com.netscape.certsrv.evaluators with parameters of type AuthToken -
Uses of AuthToken in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that return AuthTokenModifier and TypeMethodDescriptionAgentCertAuthentication.authenticate
(AuthCredentials authCred) authenticates user(agent) by certificateDirBasedAuthentication.authenticate
(AuthCredentials authCred) Authenticates user through LDAP by a set of credentials.HashAuthentication.authenticate
(AuthCredentials authCreds) Authenticates a user based on uid, pwd in the directory.SessionAuthentication.authenticate
(AuthCredentials authCred) Authenticate user.SSLclientCertAuthentication.authenticate
(AuthCredentials authCred) authenticates user by certificateTokenAuthentication.authenticate
(AuthCredentials authCred) authenticates user(agent) by certificateHashAuthentication.getAuthToken
(String key) Methods in com.netscape.cms.authentication with parameters of type AuthTokenModifier and TypeMethodDescriptionvoid
HashAuthentication.addAuthToken
(String pageID, AuthToken token) protected abstract String
DirBasedAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user through directory based a set of credentials.protected String
PortalEnroll.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected String
UidPwdDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected String
UidPwdPinDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on its uid, pwd, pin in the directory.protected String
UserPwdDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on attr, pwd in the directory.protected void
DirBasedAuthentication.formCertInfo
(netscape.ldap.LDAPConnection conn, String userdn, org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo, AuthToken token) Formulate the cert info.void
void
void
void
void
void
void
void
void
adds a user to the directory.protected void
DirBasedAuthentication.setAuthTokenByteValue
(String name, netscape.ldap.LDAPEntry entry, AuthToken tok) protected void
DirBasedAuthentication.setAuthTokenStringValue
(String name, netscape.ldap.LDAPEntry entry, AuthToken tok) protected void
DirBasedAuthentication.setAuthTokenValues
(netscape.ldap.LDAPEntry e, AuthToken tok) Copy values from the LDAPEntry into the AuthToken. -
Uses of AuthToken in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization with parameters of type AuthTokenModifier and TypeMethodDescriptioncheck the authorization permission for the user associated with authToken on operation Example: For example, if UsrGrpAdminServlet needs to authorize the caller it would do be done in the following fashion: try { authzTok = mAuthz.authorize( "DirAclAuthz", authToken, RES_GROUP, "read"); } catch (EBaseException e) { logger.warn("authorize call: " + e.getMessage(), e); }protected boolean
AAclAuthz.checkAllowEntries
(AuthToken authToken, Iterable<String> nodes, String perm) protected void
AAclAuthz.checkDenyEntries
(AuthToken authToken, Iterable<String> nodes, String perm) throw EACLsException if a deny entry is matchedvoid
AAclAuthz.checkPermission
(AuthToken authToken, String name, String perm) Checks if the permission is granted or denied with id from authtoken gotten from authentication that precedes authorization.boolean
AAclAuthz.evaluateACLs
(AuthToken authToken, String exp) -
Uses of AuthToken in com.netscape.cms.evaluators
Methods in com.netscape.cms.evaluators with parameters of type AuthTokenModifier and TypeMethodDescriptionboolean
evaluates uid in AuthToken to see if it has membership in group valueboolean
Gets the IP address from session contextboolean
Evaluates the user in AuthToken to see if it's equal to valueboolean
Evaluates the user in AuthToken to see if it's equal to value -
Uses of AuthToken in com.netscape.cms.realm
Methods in com.netscape.cms.realm that return AuthTokenMethods in com.netscape.cms.realm with parameters of type AuthTokenModifier and TypeMethodDescriptionprotected Principal
PKIRealm.getPrincipal
(User user, AuthToken authToken) protected Principal
PKIRealm.getPrincipal
(String username, AuthToken authToken) Constructors in com.netscape.cms.realm with parameters of type AuthToken -
Uses of AuthToken in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type AuthToken -
Uses of AuthToken in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return AuthTokenModifier and TypeMethodDescriptionCMSServlet.authenticate
(CMSRequest req) CMSServlet.authenticate
(CMSRequest req, String authMgrName) CMSServlet.authenticate
(javax.servlet.http.HttpServletRequest httpReq) CMSServlet.authenticate
(javax.servlet.http.HttpServletRequest httpReq, String authMgrName) Authenticationprotected AuthToken
CMSServlet.getAuthToken
(Request req) Methods in com.netscape.cms.servlet.base with parameters of type AuthTokenModifier and TypeMethodDescriptionAuthorize must occur after Authenticateprotected static void
CMSServlet.saveAuthToken
(AuthToken token, Request req) -
Uses of AuthToken in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return AuthTokenModifier and TypeMethodDescriptionCMSGateway.checkAuthManager
(javax.servlet.http.HttpServletRequest httpReq, ArgBlock httpParams, X509Certificate cert, String authMgrName) -
Uses of AuthToken in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector that return AuthTokenModifier and TypeMethodDescriptionprotected AuthToken
CloneServlet.authenticate
(X509Certificate peerCert) Methods in com.netscape.cms.servlet.connector with parameters of type AuthTokenModifier and TypeMethodDescriptionprotected IPKIMessage
CloneServlet.processRequest
(String source, String sourceUserId, IPKIMessage msg, AuthToken token) protected IPKIMessage
ConnectorServlet.processRequest
(String source, String sourceUserId, IPKIMessage msg, AuthToken token) Process request -
Uses of AuthToken in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type AuthTokenModifier and TypeMethodDescriptionvoid
CMCProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) void
KeyGenProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) void
PKCS10Processor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) void
PKCS10Processor.fillCertInfo
(org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) protected void
PKIProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CMCProcessor.fillCertInfoArray
(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CRMFProcessor.fillCertInfoArray
(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]
PKIProcessor.fillCertInfoArray
(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) static void
PKIProcessor.fillCertInfoFromAuthToken
(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken) fill subject name, validity, extensions from authoken if any, overriding what was in pkcs10.org.mozilla.jss.netscape.security.x509.X509CertInfo
CRMFProcessor.processIndividualRequest
(org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, AuthToken authToken, ArgBlock httpParams) -
Uses of AuthToken in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request with parameters of type AuthTokenModifier and TypeMethodDescriptionvoid
QueryReq.validateAuthToken
(javax.servlet.http.HttpServletRequest request, AuthToken authToken) -
Uses of AuthToken in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that return AuthTokenModifier and TypeMethodDescriptionAuthSubsystem.authenticate
(AuthCredentials authCred, String authMgrInstName) Authenticate to the named authentication manager instanceCertUserDBAuthentication.authenticate
(AuthCredentials authCred) authenticates user(agent) by certificateNullAuthentication.authenticate
(AuthCredentials authCred) authenticates nothingPasswdUserDBAuthentication.authenticate
(AuthCredentials authCred) authenticates administratrators by LDAP uid/pwdMethods in com.netscape.cmscore.authentication with parameters of type AuthToken -
Uses of AuthToken in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization with parameters of type AuthTokenModifier and TypeMethodDescriptionAuthzSubsystem.authorize
(String authzMgrName, AuthToken authToken, String resource, String operation) AuthzSubsystem.authorize
(String authzMgrInstName, AuthToken authToken, String resource, String operation, String realm) Authorization to the named authorization manager instancevoid
AuthzSubsystem.checkRealm
(String realm, AuthToken authToken, String owner, String resource, String operation) Authorize the user against the specified realm. -
Uses of AuthToken in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that return AuthTokenMethods in com.netscape.cmscore.request with parameters of type AuthToken -
Uses of AuthToken in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that return AuthTokenModifier and TypeMethodDescriptionabstract AuthToken
AuthManager.authenticate
(AuthCredentials authCred) Authenticate the given credentials.Methods in org.dogtagpki.server.authentication with parameters of type AuthToken -
Uses of AuthToken in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization with parameters of type AuthTokenModifier and TypeMethodDescriptionabstract AuthzToken
abstract AuthzToken
Check if the user is authorized to perform the given operation on the given resource.